SET WINDOW OFF

This command will deactivate Windows Mode.

  Syntax
SET WINDOW OFF
  Returns

This command does not return a value.

  Description

The standard DBPro Windows Mode is 32-bit by default, so using the SET WINDOW OFF command will default to a 32-bit resolution.

  Example Code
cls
set display mode 800,600,32
set window on
wait 1000*8
set window off
do
loop
end
  See also

DISPLAY Commands Menu
Index